net/http.http2Setting.ID (field)
17 uses
net/http (current package)
h2_bundle.go#L2162: if s := f.Setting(i); s.ID == id {
h2_bundle.go#L2174: ID: http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
h2_bundle.go#L2191: idi := f.Setting(i).ID
h2_bundle.go#L2193: idj := f.Setting(j).ID
h2_bundle.go#L2203: id := f.Setting(i).ID
h2_bundle.go#L2232: f.writeUint16(uint16(s.ID))
h2_bundle.go#L3029: fmt.Fprintf(&buf, " %v=%v,", s.ID, s.Val)
h2_bundle.go#L3425: ID http2SettingID
h2_bundle.go#L3432: return fmt.Sprintf("[%v = %d]", s.ID, s.Val)
h2_bundle.go#L3438: switch s.ID {
h2_bundle.go#L5527: switch s.ID {
h2_bundle.go#L7883: {ID: http2SettingEnablePush, Val: 0},
h2_bundle.go#L7884: {ID: http2SettingInitialWindowSize, Val: http2transportDefaultStreamFlow},
h2_bundle.go#L7887: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxFrameSize, Val: max})
h2_bundle.go#L7890: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L7893: initialSettings = append(initialSettings, http2Setting{ID: http2SettingHeaderTableSize, Val: maxHeaderTableSize})
h2_bundle.go#L9910: switch s.ID {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |